←Select platform

ReadFromPipe Method

Summary

Reads messages from the NamedPipeStream.

Syntax

C#
C++/CLI
protected abstract void ReadFromPipe( 
   object state 
) 
protected:  
   virtual void ReadFromPipe( 
      Object^ state 
   ) abstract 

Parameters

state

An object containing information to be used by the callback method.

Remarks

The ReadFromPipe method is an abstract method and must be overridden by the derived class. ReadFromPipe is called internally after a call to the Start method.

An override of ReadFromPipe should read a message from the Pipe by calling ReadMessage.

The state parameter is always null.

Requirements

Target Platforms

See Also

NamedPipeStream<T> Class

NamedPipeStream<T> Members

Leadtools.Dicom.AddIn.Common Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.